home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
bzip2.postinst
< prev
next >
Wrap
Text File
|
2008-06-23
|
203b
|
11 lines
#!/bin/sh
set -eu
# FHS
#pkg=bzip2
#if [ "$1" = "configure" ]; then
# if [ -d /usr/doc ] && [ ! -e /usr/doc/$pkg ] && [ -d /usr/share/doc/$pkg ]; then
# ln -sf ../share/doc/$pkg /usr/doc/$pkg
# fi
#fi